home *** CD-ROM | disk | FTP | other *** search
- /* Alchemy script
- 100
- 1
- 4
- */
-
- options results
- parse ARG Port x1 y1 x2 y2 type b
- ADDRESS value Port
-
- pp_AvoidRefresh
- pp_Progresstext 'Carve'
-
- pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
-
- pp_ComposeReqOff
- pp_Compose 0 100 0
-
- pp_EffectOn
-
- pp_PointCellular (type+1)*5+1 3
- pp_Progress 1 4
- pp_BoxF x1 y1 x2 y2
-
- if type=0 then DO
- pp_Compose 1 100 0
- pp_Maximum 1
- pp_Progress 2 4
- pp_BoxF x1 y1 x2 y2
- end
-
- pp_Compose 0 100 0
-
- pp_Sin 1 2 100 2 100
- pp_Progress 3 4
- pp_BoxF x1 y1 x2 y2
-
- pp_EffectOff
- pp_ComposeReqOn
-
- pp_PermitRefresh
- pp_ProgressClr
-
- Exit
-